Index

A B C D E G H I M N O P R S T U V W X 
All Classes All Packages

E

edu.uky.ai.tic - package edu.uky.ai.tic
This package provides the game of Tic Tac Toe and the tools for building AI players.
edu.uky.ai.tic.ai - package edu.uky.ai.tic.ai
This package contains the tools needed to build an AI for playing Tic Tac Toe that uses adversarial game tree search techniques.
edu.uky.ai.tic.state - package edu.uky.ai.tic.state
This package contains the model of the state of a game of Tic Tac Toe along with a representation of all the next available moves and how they change the game's state.
evaluate(State) - Static method in class edu.uky.ai.tic.ai.Utility
Returns the desirability of the current state for player X.
A B C D E G H I M N O P R S T U V W X 
All Classes All Packages